The stateVars field of a compressed sound header contains a pointer to a state block, defined by the StateBlock data type.
TYPE StateBlock =
RECORD
stateVar: ARRAY[0..stateBlockSize - 1] OF Integer;
END;
CONST
stateBlockSize = 64;
| Previous | Chapter contents | Chapter top | Section top | Next |